projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1908c5c
)
xend: fix cset 19547:b2c43b0fba71 (a managed domain may not shutdown)
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 27 Apr 2009 14:41:28 +0000
(15:41 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 27 Apr 2009 14:41:28 +0000
(15:41 +0100)
Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 3fa2327272e6c9ccca7fe206b22d336257e40cc8..fda94defea35eae78425eed3525ffecb126c582b 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-2295,6
+2295,7
@@
class XendDomainInfo:
log.debug('XendDomainInfo.constructDomain')
self.shutdownStartTime = None
+ self.restart_in_progress = False
hap = 0
hvm = self.info.is_hvm()